home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / helppcb.arc / HLPR < prev    next >
Text File  |  1990-07-06  |  4KB  |  102 lines

  1.  
  2. (R)ead Messages - Function Help
  3. -------------------------------
  4.  
  5. Subcommands:
  6.  
  7.            (#)    a message number between 1 and 9999999
  8.            (F)    selects only messages left by you
  9.            (Y)    selects only messages left for you
  10.            (S)    selects messages above the last one you have read
  11.            (A)    read messages in all conferences
  12.            (L)    read in backwards order from the last message to the first
  13.            (C)    capture the messages to a file for download
  14.            (D)    implies a (C)apture and immediately downloads
  15.            (Z)    implies a (D)ownload but compresses the file before
  16.            (G)    goodbye
  17.            (J)    join another conference
  18.            (Q)    display only message headers (quick scan mode)
  19.            (NS)   displays text in non-stop mode
  20.            (RM)   re-read previously "memorized" message number
  21.            (RM+)  re-read "memorized" message number plus forward read
  22.            (RM-)  re-read "memorized" message number plus backwards read
  23.            (+)    alone reads messages forward from present position or when
  24.                   appended to a number causes forward reading from that message
  25.                   number
  26.            (-)    alone reads messages backwards from present position or when
  27.                   appended to a number causes backward reading from that
  28.                   message number
  29.            (TS)   search message headers for specific text
  30.            (SET)  sets the number of the last message read
  31.            (EDIT) puts the current message into the editor for re-editing
  32.            (NEXT) reads next higher message number available
  33.            (PREV) reads next lower message number available
  34.            (USER) selects only those message to or from the specified user
  35.  
  36. Description:  Allows reading messages left on the system.  All public messages
  37.               will be displayed, along with private messages left either by you
  38.               or for you.  If a message has more display lines than what your
  39.               (P)age Length is set for, a "(H)elp, More?" prompt will appear
  40.               asking for your input.  Multiple message numbers to read can be
  41.               entered on the same command line if desired.  Additionally,
  42.               combinations of the above commands can be entered on the same
  43.               command line if desired.
  44.  
  45. Examples:
  46.  
  47.   * R 1+ <enter>
  48.  
  49.     The above command will read all messages from #1 to the end.
  50.  
  51.   * R 1 5 10 20 <enter>
  52.  
  53.     The above command will read messages 1, 5, 10 and 20 and then stop.
  54.  
  55.   * R S <enter>
  56.  
  57.     The above command will read all mail that is new for you.
  58.  
  59.   * R L <enter>
  60.  
  61.     The above command will read all mail in reverse order from beginning to
  62.     end.
  63.  
  64.   * TS A 1+ <enter>
  65.     PCBoard & LANtastic <enter>
  66.  
  67.     The above commands will search thru every available message in ALL
  68.     conferences areas you are set to scan for any message that has both
  69.     the word "PCBoard" AND the word "LANtastic" in it.
  70.  
  71.   * TS A 1+ <enter>
  72.     PCBoard & (LANtastic | DESQview) <enter>
  73.  
  74.     The above commands will search thru every available message in ALL
  75.     conferences areas you are set to scan for any message that has both
  76.     the word "PCBoard" AND either the word "LANtastic" OR the word
  77.     "DESQview" in it.
  78.  
  79.     The parenthesis tell PCBoard how you want to group your criteria if
  80.     you have a complex search request such as the one above.  It will
  81.     allow for nearly any number of parens and any combination of AND's
  82.     (using the "&" character) and OR's (using the "|" character).
  83.  
  84.   * TS A 1+ USER JOHN DOE <enter>
  85.     PCBoard & Help <enter>
  86.  
  87.     The above command (similar to examples above) adds the keyword USER
  88.     to the command line specifying that only messages that are either
  89.     TO or FROM John Doe should be displayed if they are found to have
  90.     both the words PCBoard and Help in them.
  91.  
  92.   * R A Z <enter>
  93.  
  94.     The above command will capture all messages in all conferences since
  95.     the last message read, compress the capture file and the begin the
  96.     download procedure.
  97.  
  98.   * R SET 100 <enter>
  99.  
  100.     Sets the last message read for that conference to 100.
  101.  
  102.